home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CDOS10.ARJ / KEYBFCTS.H < prev    next >
Text File  |  1992-07-07  |  593b  |  17 lines

  1. #if !defined (KEYBFCTS)           /* Prevents multiple declarations errors */
  2. #define KEYBFCTS
  3.  
  4.  
  5. /*----- Macros ------------------------------------------------------------*/
  6. /*----- Type Definitions --------------------------------------------------*/
  7. /*----- Prototype ---------------------------------------------------------*/
  8.  
  9. int far getkey                                   /* Gets key from keyboard */
  10.  
  11. ( int filter ) ;                           /* Valid key code, or 0 for all */
  12.  
  13.  
  14. /*----- End Header File ---------------------------------------------------*/
  15.  
  16. #endif
  17.